Skip to main content

3COM VCX

These instructions help you configure your 3COM VCX phone system to work with TIM Plus. Contact your system maintainer if you are not familiar with the configuration of your PBX.

Support files

Ensure the following support files exist in the /config/ folder of the TIM Plus application:

3COM VCX-NBX.TDS
3COM VCX-NBX.TDT

Contents

Configure the SMDR output

info

You may need to purchase a license to enable SMDR on this PBX. Please speak to your system maintainer if you are unsure.

  1. To retrieve call logging data from your 3COM VCX phone system, you need to set up an SFTP transfer. Below is an example of how to configure this, using WinSCP - a free FTP client software. Any other third-party client software can be used instead.

    3COM connection details

  2. Program in the following:

    • Host name - The IP address or host name of the phone system
    • Port number - The port number for the SFTP transfer. The default port number is 22
    • User name - The username required to log in to your 3COM VCX phone system
    • Password - The password required to log in to your 3COM VCX phone system
  3. Once connected to the phone system, you can transfer the CDR files, located by default in opt/3com/VCX/acctxml/db/export, to the PC running TIM Plus.

    3COM CDR transfer

  4. In this example, the XML files are being copied in the following location: C:\Program Files\Tri-Line\TIM Plus\FTP, given the FTP folder has been created in advance for this purpose.

    3COM Example

  5. To enable TIM Plus to process the XML files, you need to create a batch file containing the following lines:

    xcopy/Y "C:\Program Files\Tri-Line\TIM Plus\FTP\*.XML"
    "C:\Program Files\Tri-Line\TIM Plus\spool\*.{sitecode}"
    cd "\Program Files\Tri-Line\TIM Plus\FTP\"
    del *.* /q
    cd\
info

In the above example, the {sitecode} needs to be replaced with the unique ID of the site object you are trying to send the data to. The site ID will be displayed in the general properties of the site object in the Directory.

The batch file will change the .xml file extension to the designated site code and move the files in the Spool folder for processing. A Windows scheduled task must be set up as well in order to run the batch file every 5 minutes or so.

Configure TIM Plus

Follow the steps below to configure TIM Plus to connect to your 3COM VCX:

  1. Click on the Directory tab.
  2. If you don't have a site set up, press Add and select PBX from the drop-down menu. In the dialogue window, name your site and then select Add.
  3. Locate the site object you want to configure in the Directory, click on it and select Properties. TIM Plus PBX General Properties
  4. In the Site Properties window, select 3COM VCX from the PBX model drop-down list.
  5. In the Connection method field, select No connection required from the drop-down list.
  6. Click on the Save button to apply the settings.